home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / aug96 / hoskf105.gif < prev    next >
Graphics Interchange Format  |  1996-11-26  |  11KB  |  445x484  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | web page | computer icon | website | computer | operating system | number
OCR: frmInvest Properties D ... D Closewindow: DoCommand: D Initializewindow. v OnLoad Sub OnLoadO ' Monthly Investment integer spinner control vsbMInv . ScrollMax = 10000 vsbMInv. ScrollAmtLine = 10 vsbMInv. ScrollPos = 100 ' Lump Sum Investment integer spinner control vsbLSInv. ScrollMax = 32000 vsbLSInv. ScrollAmtLine = 500 vsbLSInv. ScrollPos = 5000 ' Years integer spinner control vsbYears. ScrollMax = 50 vsbYears. ScrollAmt Line = 1 ' APR float spinner control vsbPct. ScrollMin = 1 vsbPct. ScrollMax = 20*8 vsbPct . ScrollAmtLine = 1 L Set the help context id for the help button. clsFormControl. udpHelpID = cInvestHelpID